home *** CD-ROM | disk | FTP | other *** search
Makefile | 1989-10-17 | 2.6 KB | 108 lines |
- # Begin Generic
- STDWIN= ..
- CONF= $(STDWIN)/conf
- H= $(STDWIN)/h
- TOOLS= $(STDWIN)/tools
- ALFA= $(STDWIN)/alfa
- MG1= $(STDWIN)/mg1
- X11= $(STDWIN)/x11
- X11LIBS= $(X11)/lib.a $(LIBX11)
- LIBX11= $(LIBXLIB)/libX11.a
- LIBXT= $(LIBXLIB)/libXaw.a $(LIBXLIB)/libXt.a
- XTLIBS= $(STDWIN)/xt/lib.a $(LIBXT) $(LIBX11)
- STUBS= $(STDWIN)/stubs
- INCLUDES= -I$(H) $(SYSINCLUDES) $(SITEINCLUDES) $(LINCLUDES)
- DEFS= $(SYSDEFS) $(SITEDEFS) $(LDEFS)
- CPPFLAGS= $(DEFS) $(INCLUDES)
- OPTIONS= $(SYSOPTIONS) $(SITEOPTIONS) $(LOPTIONS)
- CFLAGS= $(CPPFLAGS) $(OPTIONS)
- LDFLAGS= $(OPTIONS)
- LINTFLAGS= -bhv
- LINT= lint
- # End Generic
- # Begin Sys.bsd42
- SYSINCLUDES=
- SYSDEFS= -DNO_MEMCPY -DNO_VOID_FPTR
- SYSOPTIONS=
- LIBXLIB= /usr/lib
- # End Sys.bsd42
- # Begin Make.conf
- SRCS= askfile.c askync.c clip.c perror.c style.c textbrk.c
- OBJS= askfile.o askync.o clip.o perror.o style.o textbrk.o
- all: $(OBJS)
- # End Make.conf
- # Begin Rules
- all: Makefile
-
- Makefile: $(CONF)/Generic $(CONF)/Rules $(CONF)/mkmk Make.conf
- @echo "Makefile out-of-date -- rerun $(CONF)/mkmk"; exit 1
-
- depend: $(SRCS)
- $(CONF)/mkdep $(CPPFLAGS) $(SRCS) >@mkdep
-
- tags: $(SRCS) $(HDRS)
- ctags -w $(SRCS) $(HDRS)
-
- clean::
- -rm -f core *.o [,@#]*
-
- clobber:: clean
- -rm -f lib.a tags *.[A-Z]
-
- lint: $(SRCS) $(HDRS)
- $(LINT) $(LINTFLAGS) $(CPPFLAGS) $(SRCS) $(LINTLIBS)
- # End Rules
- askfile.o: askfile.c
- askfile.o: ../h/tools.h
- askfile.o: ../h/configure.h
- askfile.o: /usr/include/stdio.h
- askfile.o: /usr/include/ctype.h
- askfile.o: /usr/include/strings.h
- askfile.o: ../h/l_defs.h
- askfile.o: ../h/filedefs.h
- askfile.o: ../h/stdwin.h
- askfile.o: ../h/stdevent.h
- askfile.o: ../h/stdtext.h
- askync.o: askync.c
- askync.o: ../h/tools.h
- askync.o: ../h/configure.h
- askync.o: /usr/include/stdio.h
- askync.o: /usr/include/ctype.h
- askync.o: /usr/include/strings.h
- askync.o: ../h/l_defs.h
- askync.o: ../h/stdwin.h
- askync.o: ../h/stdevent.h
- askync.o: ../h/stdtext.h
- clip.o: clip.c
- clip.o: ../h/tools.h
- clip.o: ../h/configure.h
- clip.o: /usr/include/stdio.h
- clip.o: /usr/include/ctype.h
- clip.o: /usr/include/strings.h
- clip.o: ../h/l_defs.h
- perror.o: perror.c
- perror.o: ../h/tools.h
- perror.o: ../h/configure.h
- perror.o: /usr/include/stdio.h
- perror.o: /usr/include/ctype.h
- perror.o: /usr/include/strings.h
- perror.o: ../h/l_defs.h
- perror.o: ../h/stdwin.h
- perror.o: ../h/stdevent.h
- perror.o: ../h/stdtext.h
- style.o: style.c
- style.o: ../h/tools.h
- style.o: ../h/configure.h
- style.o: /usr/include/stdio.h
- style.o: /usr/include/ctype.h
- style.o: /usr/include/strings.h
- style.o: ../h/l_defs.h
- style.o: ../h/stdwin.h
- style.o: ../h/stdevent.h
- style.o: ../h/stdtext.h
- style.o: ../h/style.h
- textbrk.o: textbrk.c
- textbrk.o: ../h/stdwin.h
- textbrk.o: ../h/stdevent.h
- textbrk.o: ../h/stdtext.h
-